home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / CInclude / Malloc.h < prev    next >
Encoding:
Text File  |  1992-03-04  |  165 b   |  12 lines  |  [TEXT/MPS ]

  1. /*
  2.  * Copyright Apple Computer, Inc. 1987
  3.  * All rights reserved
  4.  */
  5.   
  6. char *malloc();
  7. char *realloc();
  8. char *calloc();
  9. void free();
  10. void cfree();
  11. char *lmalloc();
  12.